#!/bin/bash
SCRIPT_DIR="$(dirname "$(readlink -f "$0")")"
exec "$SCRIPT_DIR/atz-passport.bin" --no-sandbox "$@"
